ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ErrorBar<T> Class / ErrorBarStyle Property






In This Topic
    ErrorBarStyle Property (ErrorBar<T>)
    In This Topic
    Gets or sets the ErrorBar style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorBarStyle As SVGStyle
    'Usage
     
    
    Dim instance As ErrorBar(Of T)
    Dim value As SVGStyle
     
    value = instance.ErrorBarStyle
    public SVGStyle ErrorBarStyle {get;}
    public read-only property ErrorBarStyle: SVGStyle; 
    public function get ErrorBarStyle : SVGStyle
    public: __property SVGStyle* get_ErrorBarStyle();
    public:
    property SVGStyle^ ErrorBarStyle {
       SVGStyle^ get();
    }
    See Also